ComponentOne Data Source for Entity Framework
C1.LiveLinq.Indexing Namespace / IndexCollection<T> Class
The type of the elements of the indexed collection.
Members

In This Topic
    IndexCollection<T> Class
    In This Topic
    Represents a collection of indexes attached to an indexed collection.
    Object Model
    IndexCollection<T> Class
    Syntax
    'Declaration
     
    
    Public Class IndexCollection(Of T) 
       Inherits ScannerCollection(Of T)
    public class IndexCollection<T> : ScannerCollection<T> 
    Type Parameters
    T
    The type of the elements of the indexed collection.
    Remarks
    Any indexed collection (implementing the IIndexedSource<T> interface) has a collection of indexes attached to it.
    Inheritance Hierarchy

    System.Object
       C1.LiveLinq.Indexing.ScannerCollection<T>
          C1.LiveLinq.Indexing.IndexCollection<T>

    See Also